/*!
 * 自定义css 核心
 */
.iconfont,
.u-icon {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
}
/*声明 WebFont*/
@font-face {
    font-family: 'fzlantingqianheijianti';
    src: url('../fonts/fzlantingqianheijianti.eot');
    src: url('../fonts/fzlantingqianheijianti.eot') format('embedded-opentype'), url('../fonts/fzlantingqianheijianti.woff') format('woff'), url('../fonts/fzlantingqianheijianti.ttf') format('truetype'), url('../fonts/fzlantingqianheijianti.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Segoe UI', SegoeUI, 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size:16px;
}
.f-dn {
    display: none;
}
a:hover {
    text-decoration: none;
}
/*f_开头为float漂浮,l:左 r:右*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    zoom: 1;
}
[imgsalc] {
    overflow: hidden;
}
[transition="0.5s"], [imgsalc] img {
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s
}
/*m_开头位margin边距,t:上 b:下 l:左 r:右*/
.mt {
    margin-top: 10px;
}
.mt4 {
    margin-top: 4px;
}
.mt5 {
    margin-top: 5px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt30 {
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt50 {
    margin-top: 50px;
}
.mb {
    margin-bottom: 10px;
}
.mb4 {
    margin-bottom: 4px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb60 {
    margin-bottom: 60px;
}
.mr {
    margin-right: 10px;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr23 {
    margin-right: 23px;
}
.mr30 {
    margin-right: 30px;
}
.mr40 {
    margin-right: 40px;
}
.mr50 {
    margin-right: 50px;
}
.mr60 {
    margin-right: 60px;
}
.ml {
    margin-left: 10px;
}
.ml5 {
    margin-left: 5px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}
.mt1 {
    margin-top: -1px;
}
.pa5 {
    padding: 5px;
}
.pa10 {
    padding: 10px;
}
.pa20 {
    padding: 20px;
}
.pa50 {
    padding: 50px;
}
.pa70 {
    padding: 70px;
}
.pa15 {
    padding: 15px;
}
.pa8 {
    padding: 8px;
}
.hr-line {
    background: rgba(255, 255, 255, 0.2);
    height: 1px;
    overflow: hidden;
    width: 100%;
}
.btn {
    font-size: 16px;
    border-radius: 24px;
    padding-right: 35px;
    padding-left: 35px;
    line-height: 28px;
}
.btn.btn-bai {
    background-color: #FFF;
    color: #255c8b;
}
.btn.btn-reset1 {
    background-color: #FFF;
    color: #255c8b;
}
.btn.btn-cs {
    background: url("../images/..sec-active.png");
    background-image: linear-gradient(90deg, #43c866 0%, #3397fb 100%), linear-gradient(#0068b7, #0068b7);
    background-blend-mode: normal, normal;
    color: #FFF;
}
.btn.btn-line {
    height: 55px;
    background: none;
    border-radius: 30px;
    border: 2px solid #ccc;
    color: #999;
    line-height: 40px;
}
.btn.btn-tm5 {
    background: rgba(255, 255, 255, 0.7);
    font-weight: bold;
}
.container {
    max-width: 1430px;
    width: 1430px;
}
.bg-w-1 {
    background: url("../images/bg-w-1.png");
}
.bg-w-2 {
    background: url("../images/bg-w-2.png");
}
.mh {
    -webkit-backface-visibility: hidden;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.9;
    -webkit-animation: nvfadeInDown 1s .1s ease both;
    -moz-animation: nvfadeInDown .3s .1s ease both;
}
/*段落省略符*/
.f-els-1 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
}
.f-els-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.f-els-2-new {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 34px;
    white-space: normal;
}
.f-els-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.f-els-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
@media (max-width: 1600px) {
    .container {
        max-width: 1440px;
        width: 1440px;
    }
    .cistern {
        max-width: 1230px;
    }
}
@media (max-width: 1440px) {
    .container {
        max-width: 1230px;
        width: 1230px;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 1000px;
        width: 1000px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .container {
        max-width: auto;
        width: 100%;
    }
    .btn {
        font-size: 14px;
        border-radius: 24px;
        padding-right: 20px;
        padding-left: 20px;
        line-height: 26px;
    }
    .btn.btn-bai {
        background-color: #FFF;
        color: #255c8b;
    }
    .btn.btn-reset1 {
        background: url("../images/bg-w-3.png");
        color: #FFF;
    }
    .btn.btn-cs {
        background: url("../images/..sec-active.png");
        background-image: linear-gradient(90deg, #43c866 0%, #3397fb 100%), linear-gradient(#0068b7, #0068b7);
        background-blend-mode: normal, normal;
        color: #FFF;
    }
    .btn.btn-line {
        height: 40px;
        background: none;
        border-radius: 30px;
        border: 2px solid #ccc;
        color: #999;
        line-height: 24px;
    }
}
@media (max-width: 767px) {
    .container {
        max-width: auto;
        width: 100%;
    }
    .btn {
        font-size: 14px;
        border-radius: 24px;
        padding-right: 15px;
        padding-left: 15px;
        line-height: 16px;
    }
    .btn.btn-bai {
        background-color: #FFF;
        color: #255c8b;
    }
    .btn.btn-reset1 {
        background: url("../images/bg-w-3.png");
        color: #FFF;
    }
    .btn.btn-line {
        height: auto;
        background: none;
        border-radius: 30px;
        border: 2px solid #ccc;
        color: #999;
        line-height: 20px;
    }
    nav[aria-label="Page navigation"] {
        text-align: center!important;
    }
}

.drawer-btnbox .language {
    float: right;
    line-height: 35px;
}
.drawer-btnbox .language .items {
    color: #FFF;
    padding: 0 5px;
    font-size: 16px;
}
.drawer-btnbox .language .line {
    color: rgba(255, 255, 255, 0.2);
    padding: 0 10px;
}

/*header*/
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
#header .container {
    position: relative;
}
#header .logo {
    display: inline-block;
    overflow: hidden;
    margin-right: 365px;
    margin-top: 20px;
    float: left;
}
#header .logo a {
    display: block;
    width: 156px;
    height: 44px;
    overflow: hidden;
}
#header .logo a img {
    height: 100%;
}
#header .search {
    margin-top: 20px;
    display: inline-block;
}
#header .search .search-open {
    width: 330px;
    height: 45px;
    position: relative;
}
#header .search .search-open .search-box input {
    width: 100%;
    height: 45px;
    border: 1px solid #d4d4d4;
    line-height: 45px;
    border-radius: 30px;
    padding-left: 20px;
    outline: none;
    font-size: 16px;
    padding-right: 50px;
}
#header .search .search-open .search-box input:focus {
    border: 1px solid #15b0eb;
    color: #282828;
    box-shadow: 0px 3px 8px #d4d4d4;
}
#header .search .search-open .search-box .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 10px;
    background: url("../images/h-search-btn.png") no-repeat center center;
    border: none;
    text-indent: -9999px;
    height: 45px;
    width: 45px;
}
#header .search .moblie-search-close {
    display: none;
}
#header .js-search-btn-open {
    display: none;
}
#header .links-bar {
    position: absolute;
    top: 26px;
    right: 80px;
}
#header .links-bar .btn-group {
    margin-right: 15px;
}
#header .links-bar .btn-group .btn {
    color: #FFF;
    padding: 0;
}
#header .links-bar .btn-group .btn .n {
    margin-right: 5px;
}
#header .links-bar .btn-group .dropdown-menu {
    padding: 15px;
}
#header .links-bar .btn-group .dropdown-menu li {
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
}
#header .links-bar .btn-group .dropdown-menu li a {
    padding: 5px 0;
    color: #999;
    font-size: 14px;
}
#header .links-bar .btn-group .dropdown-menu li .glyphicon {
    float: right;
    color: #ebebeb;
}
#header .links-bar .btn-group.company-list {
    width: 100px;
}
#header .links-bar .btn-group.company-list .dropdown-menu {
    width: 390px;
    margin-left: -185px;
    left: 50%;
    height: 200px;
    overflow-y: auto;
}
#header .links-bar .social {
    display: inline-block;
}
#header .links-bar .social .iconfont {
    height: 21px;
    padding: 0 5px;
    position: relative;
}
#header .links-bar .social .iconfont .codeimg {
    display: none;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 150px;
}
#header .links-bar .social .iconfont .codeimg img {
    width: 150px;
    height: 150px;
}
#header .links-bar .social .iconfont.hover .codeimg {
    display: block;
}
#header .pin-wrapper {
    float: right;
    width: 64px;
}
#header .d-menu {
    height: 64px;
    width: 64px;
}
#header .d-menu .drawer-hamburger {
    position: relative;
    z-index: 104;
    display: inline-block;
    box-sizing: content-box;
    transform: translate3d(0, 0, 0);
    border: 0;
    padding: 0;
    outline: 0;
    width: 64px;
    height: 64px;
    margin-top: 10px;
    background: none;
    text-indent: -9999px;
    cursor: pointer;
    /* 波动效果 */
}
#header .d-menu .drawer-hamburger :hover {
    cursor: pointer;
}
#header .d-menu .drawer-hamburger .content {
    position: relative;
    width: 64px;
    height: 64px;
    padding: 10px;
}
#header .d-menu .drawer-hamburger .content .nav-open {
    background: #0068b7 url("../images/nav-open.png") no-repeat center center;
    width: 44px;
    height: 44px;
    overflow: hidden;
    display: block;
    border-radius: 44px;
    z-index: 1000;
}
#header .d-menu .drawer-hamburger .circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    top: 0;
}
#header .d-menu .drawer-hamburger.solid .circle {
    width: 100%;
    height: 100%;
    background: #FFF;
}
#header .d-menu .drawer-hamburger.solid .circle:first-child {
    animation: circle-opacity 2s infinite;
}
@keyframes circle-opacity {
    from {
        opacity: 1;
        transform: scale(0);
    }
    to {
        opacity: 0;
        transform: scale(1);
    }
}
@media (max-width: 1600px) {
    #header .logo {
        margin-right: 275px;
    }
}
@media (max-width: 1200px) {
    #header .logo {
        margin-right: 100px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #header {
        height: 66px;
        width: 100%;
        overflow: hidden;
        padding-top: 0;
        z-index: 100;
        background: #FFF;
        position: relative;
        box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    }
    #header .container {
        padding: 0 20px;
    }
    #header .logo {
        margin-right: 0;
        margin-top: 15px;
    }
    #header .logo a {
        width: 45px;
        background: url("../images/logo-m.png") no-repeat;
        background-size: 45px auto;
    }
    #header .logo a img {
        display: none;
    }
    #header .search {
        display: none;
    }
    #header .js-search-btn-open {
        display: block;
        position: absolute;
        top: 15px;
        right: 70px;
        width: 35px;
        height: 35px;
        border-radius: 35px;
        background: #0068b7;
        font-size: 16px;
        color: #FFF;
        text-align: center;
        line-height: 35px;
    }
    #header .d-menu {
        height: 55px;
        width: 55px;
        padding: 0;
        position: fixed;
        right: 10px;
        top: 0;
    }
    #header .d-menu .drawer-hamburger {
        margin-top: 5px;
        width: 55px;
        height: 55px;
    }
    #header .d-menu .drawer-hamburger .content {
        width: 55px;
        height: 55px;
        padding: 10px;
    }
    #header .d-menu .drawer-hamburger .content .nav-open {
        width: 35px;
        height: 35px;
        border-radius: 35px;
    }
    #header .links-bar{
        display: none;
    }
    #header .search {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        margin: 0;
        padding: 10px;
        width: 100%;
        background: #FFF;
    }
    #header .search .moblie-search-close {
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 49px;
        font-size: 20px;
        overflow: hidden;
    }
    #header .search .search-open {
        width: 90%;
    }
    #header .search .search-open .search-box input {
        width: 100%;
        height: 45px;
        border: 1px solid #d4d4d4;
        line-height: 45px;
        border-radius: 5px;
        padding-left: 20px;
        outline: none;
        font-size: 16px;
        padding-right: 50px;
    }
    #header .search .search-open .search-box input:focus {
        border: 1px solid #15b0eb;
        color: #282828;
        box-shadow: 0px 3px 8px #d4d4d4;
    }
    #header .search .search-open .search-box .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 10px;
        background: url("../images/h-search-btn.png") no-repeat center center;
        border: none;
        text-indent: -9999px;
        height: 45px;
        width: 45px;
    }
    #header .js-search-btn-open {
        display: block;
        position: absolute;
        top: 15px;
        right: 65px;
        width: 35px;
        height: 35px;
        border-radius: 35px;
        background: #0068b7;
        font-size: 16px;
        color: #FFF;
        text-align: center;
        line-height: 35px;
    }
}
@media (max-width: 767px) {
    #header {
        height: 66px;
        width: 100%;
        padding-top: 0;
        z-index: 100;
        background: #FFF;
        position: relative;
        box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
    }
    #header .container {
        padding: 0 15px;
    }
    #header .logo {
        margin-right: 0;
        margin-top: 15px;
    }
    #header .logo a {
        width: 44px;
        background: url("../images/logo-m.png") no-repeat;
        background-size: 44px auto;
    }
    #header .logo a img {
        display: none;
    }
    #header .search {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        margin: 0;
        padding: 10px;
        width: 100%;
        background: #FFF;
    }
    #header .search .moblie-search-close {
        display: block;
        position: absolute;
        top: 10px;
        right: 0;
        height: 45px;
        width: 45px;
        text-align: center;
        line-height: 49px;
        font-size: 20px;
        overflow: hidden;
    }
    #header .search .search-open {
        width: 90%;
    }
    #header .search .search-open .search-box input {
        width: 100%;
        height: 45px;
        border: 1px solid #d4d4d4;
        line-height: 45px;
        border-radius: 5px;
        padding-left: 20px;
        outline: none;
        font-size: 16px;
        padding-right: 50px;
    }
    #header .search .search-open .search-box input:focus {
        border: 1px solid #15b0eb;
        color: #282828;
        box-shadow: 0px 3px 8px #d4d4d4;
    }
    #header .search .search-open .search-box .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 10px;
        background: url("../images/h-search-btn.png") no-repeat center center;
        border: none;
        text-indent: -9999px;
        height: 45px;
        width: 45px;
    }
    #header .js-search-btn-open {
        display: block;
        position: absolute;
        top: 15px;
        right: 65px;
        width: 35px;
        height: 35px;
        border-radius: 35px;
        background: #0068b7;
        font-size: 16px;
        color: #FFF;
        text-align: center;
        line-height: 35px;
    }
    #header .d-menu {
        height: 55px;
        width: 55px;
        padding: 0;
        position: fixed;
        right: 5px;
        top: 0;
        z-index: 999;
    }
    #header .d-menu .drawer-hamburger {
        margin-top: 5px;
        width: 55px;
        height: 55px;
    }
    #header .d-menu .drawer-hamburger .content {
        width: 55px;
        height: 55px;
        padding: 10px;
    }
    #header .d-menu .drawer-hamburger .content .nav-open {
        width: 35px;
        height: 35px;
        border-radius: 35px;
    }
}
.top-search-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #000000;
    z-index: 99;
    opacity: 0.7;
    display: none;
}


.footer{padding:30px 0;background-color:#333;}
.flex{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.justify-content-between {justify-content: space-between !important;}
.align-items-end{align-items: flex-end !important;}
.flex_item{-webkit-box-flex: 1;-moz-box-flex: 1; -webkit-flex: 1;-ms-flex: 1;flex:1;}
.footer ._Top{align-items:center;padding-bottom:30px;position: relative;}
.footer ._Top::after{content:'';position: absolute;bottom:0;left:0;width: 100%;height:1px;background-color:#fff;opacity:.05;}
.footer ._logo{align-items:center;}
.footer ._logo ._logoImg>a{height:48px;}
.footer ._logo ._logoImg>a>img{width: 50px;height:50px;}
.footer ._logo ._logoTxt{font-size:18px;line-height:1;color:#fff;opacity:.3;margin-left:15px;letter-spacing:.15em;}
.footer ._nav{margin-left:auto;}
.footer ._nav>div{margin:0 -50px;}
.footer ._nav ._item{padding:0 50px;position:relative;}
.footer ._nav ._item::after{content:'';position: absolute;right:0;top:50%;background-color:#fff;
                            transform:translateY(-50%);height:70%;width:2px;opacity:.1;}
.footer ._nav ._item:last-of-type::after{display:none;}
.footer ._nav ._item>a{font-size:18px;color:#fff;line-height:1;}
.footer ._nav ._item>a .hoverable_txt{padding:5px 0;}
.footer ._nav ._item>a .hoverable_txt::after{background-color:#fff;}
.footer ._Cnt{color:#fff;margin-top:30px;justify-content:space-between;}
.footer ._Cnt ._CntL{line-height:1.625;word-break: break-all;}
.footer ._Cnt ._CntL ._item{margin-bottom: 10px;}
.footer ._Cnt ._CntL ._item:last-of-type{margin-bottom:0;}
.footer ._Cnt ._CntL ._item>i{font-size:22px;margin-right:12px;vertical-align:middle;}
.footer ._Cnt ._CntL ._item>span{font-size:18px;}
.footer ._Cnt ._CntC{line-height:1.625;word-break: break-all;}
.footer ._Cnt ._CntC ._item{margin-bottom:10px;font-size:16px;}
.footer ._Cnt ._CntC ._item:last-of-type{margin-bottom:0;}
.footer ._Cnt ._CntC ._item>span{display:inline-block;color:#fff;}
.footer ._Cnt ._CntC ._item>a{display:inline-block;color:#fff;opacity:.2;transition:opacity .35s;}
.footer ._Cnt ._CntR ._img{width: 114px;}
.footer ._Cnt ._CntR ._img>img{width: 100%;}
.footer ._Cnt ._CntR ._name{font-size:16px;line-height:1;margin-top: 12px;text-align:center;}

@media (max-width: 1024px) {
    .footer ._nav ._item>a{font-size:14px;}
    .footer ._Top{flex-wrap:wrap;}
    .footer ._nav{display:none;}
    .footer ._logo ._logoImg>a{height:36px;}
    .footer ._logo ._logoTxt{font-size:14px;}
    .footer ._Cnt{flex-wrap:wrap;}
    .footer ._Cnt ._CntL{width:50%;}
    .footer ._Cnt ._CntC{width:50%;}
    .footer ._Cnt ._CntL ._item>i{vertical-align:initial;margin-right:8px;}
    .footer ._Cnt{margin-top:35px;}
    .footer ._Cnt ._CntR{margin-top:35px;}
    .footer ._Top{padding-bottom:20px;}
}

@media screen and (max-width: 768px){
    .footer ._Cnt ._CntL ._item>span{font-size:16px;}
    .footer ._Cnt ._CntC ._item{font-size:14px;}
    .footer ._Cnt ._CntR ._name{font-size:14px;}
    .footer ._Cnt ._CntR ._img{width:100px;}
    .footer ._Cnt ._CntL ._item{margin-bottom: 0;}
    .footer ._Cnt ._CntL ._item>i{font-size:18px;}
    .footer ._Cnt ._CntR{margin-top:0;}
    .footer ._Cnt ._CntC{width:100%;margin:15px 0;}
    .footer ._Cnt ._CntL{width:100%;}
}

.navbar-fixed-slideS1 {
    position: relative;
    overflow: hidden;
    height: 1000px;
    background: url("../images/bg1.jpg?v=5") no-repeat center bottom;
    background-size: 100% 100%;
	border-bottom: 4px solid #0068b7;
}
.navbar-fixed-slideS1 .items {
    height: 100%;
    padding: 15% 10%;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    height: 1000px;
}
.navbar-fixed-slideS1 .items .icobox {
    margin-bottom: 20px;
}
.navbar-fixed-slideS1 .items .icobox .u-icon {
    width: 105px;
    height: 105px;
    background-position: center center;
}
.navbar-fixed-slideS1 .items .icobox .u-icon.u-icon-1 {
    background-image: url("../images/ico-1.png?v=2");
}
.navbar-fixed-slideS1 .items .icobox .u-icon.u-icon-2 {
    background-image: url("../images/ico-1.png?v=2");
}
.navbar-fixed-slideS1 .items .icobox .u-icon.u-icon-3 {
    background-image: url("../images/ico-3.png?v=2");
}
.navbar-fixed-slideS1 .items.last {
    border: none;
}
.navbar-fixed-slideS1 .items .title {
    font-size: 36px;
    text-align: center;
    margin-bottom: 20px;
}
.navbar-fixed-slideS1 .items .text {
    font-size: 16px;
    margin-bottom: 30px;
    height: 60px;
}
.navbar-fixed-slideS1 .items .ul-list {
    margin-bottom: 30px;
    display: none;
}
.navbar-fixed-slideS1 .items .ul-list li {
    padding: 10px 0;
    border-top: 1px #FFF solid;
}
.navbar-fixed-slideS1 .items .ul-list li a {
    text-decoration: none;
    color: #fff;
}
.navbar-fixed-slideS1 .items.active {
    background-image: linear-gradient(rgba(0, 192, 255, 0.8), rgba(47, 249, 117, 0.5));
    color: #fff;
}
.navbar-fixed-slideS1 .items.active .icobox {
    margin-bottom: 15px;
}
.navbar-fixed-slideS1 .items.active .icobox .u-icon {
    background-position: center center;
}
.navbar-fixed-slideS1 .items.active .icobox .u-icon.u-icon-1 {
    background-image: url("../images/ico-1-hover.png?v=2");
}
.navbar-fixed-slideS1 .items.active .icobox .u-icon.u-icon-2 {
    background-image: url("../images/ico-1-hover.png?v=2");
}
.navbar-fixed-slideS1 .items.active .icobox .u-icon.u-icon-3 {
    background-image: url("../images/ico-3-hover.png?v=2");
}
.navbar-fixed-slideS1 .items.active .btn {
    color: #FFF;
    border-color: #FFF;
}
.navbar-fixed-slideS1 #bg-ico1 {
    position: absolute;
    left: -5%;
	top: 20%;
    width: 43%;
    opacity: 0;
}
.navbar-fixed-slideS1 #bg-ico2 {
    position: absolute;
    left: 55%;
    width: 43%;
    top: 20%;
    opacity: 0;
}
.navbar-fixed-slideS1 #bg-ico3 {
    display: none;
    position: absolute;
    right: -5%;
    width: 43%;
    top: 20%;
    animation: show-business 1s;
    opacity: 1;
}
@keyframes show-business {
    0% {
        opacity: 0;
        transform: rotate(0deg);
    }
    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}

@media (max-width: 1600px) {
    .navbar-fixed-slideS1 {
        height: 800px;
    }
    .navbar-fixed-slideS1 .container-fluid {
        width: 1230px;
    }
    .navbar-fixed-slideS1 .items {
        height: 800px;
        padding: 100px 100px 0 100px;
    }
    .navbar-fixed-slideS1 .items .icobox {
        margin-bottom: 15px;
    }
    .navbar-fixed-slideS1 .items .icobox .u-icon {
        width: 105px;
        height: 105px;
    }
    .navbar-fixed-slideS1 .items .title {
        font-size: 28px;
        margin-bottom: 15px;
        height: 50px;
    }
    .navbar-fixed-slideS1 .items .text {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .navbar-fixed-slideS1 .items .ul-list {
        margin-bottom: 20px;
    }
    .navbar-fixed-slideS1 .items .ul-list li {
        padding: 8px 0;
    }
    #bg-ico1 {
        opacity: 0;
        position: absolute;
		top: 1%;
		left: -5%;
    }
    #bg-ico2 {
        opacity: 0;
        position: absolute;
        top: 1%;
        left: 55%;
    }
    #bg-ico3 {
        display: none;
        position: absolute;
        right: -5%;
        width: 43%;
        top: 1%;
        animation: show-business 1s;
        transform: rotate(0deg);
        opacity: 1;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .navbar-fixed-slideS1 {
        position: relative;
        overflow: hidden;
        height: 500px;
        background: url("../images/bg1.jpg?v=1") no-repeat center bottom;
        background-size: 100% auto;
    }
    .navbar-fixed-slideS1 .container-fluid {
        width: 100%;
    }
    .navbar-fixed-slideS1 .items {
        padding: 50px 25px 0 25px;
        text-align: center;
        border-right: 1px solid #e0e0e0;
        height: 500px;
    }
    .navbar-fixed-slideS1 .items .icobox {
        margin-bottom: 10px;
    }
    .navbar-fixed-slideS1 .items .icobox .u-icon {
        width: 70px;
        height: 70px;
        background-position: center center;
        background-size: 70px 70px;
    }
    .navbar-fixed-slideS1 .items .icobox .u-icon.u-icon-1 {
        background-image: url("../images/ico-1.png?v=1");
    }
    .navbar-fixed-slideS1 .items .icobox .u-icon.u-icon-2 {
        background-image: url("../images/ico-1.png?v=1");
    }
    .navbar-fixed-slideS1 .items .icobox .u-icon.u-icon-3 {
        background-image: url("../images/ico-3.png?v=1");
    }
    .navbar-fixed-slideS1 .items.last {
        border: none;
    }
    .navbar-fixed-slideS1 .items .title {
        font-size: 26px;
        line-height: 1;
        height: auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .navbar-fixed-slideS1 .items .text {
        font-size: 14px;
        margin-bottom: 15px;
        height: auto;
        min-height: 40px;
    }
    .navbar-fixed-slideS1 .items .ul-list {
        margin-bottom: 10px;
        display: none;
    }
    .navbar-fixed-slideS1 .items .ul-list li {
        padding: 5px 0;
        border-top: 1px #FFF solid;
    }
    .navbar-fixed-slideS1 .items .ul-list li a {
        text-decoration: none;
        color: #fff;
    }
    .navbar-fixed-slideS1 .items.active {
        background-image: linear-gradient(rgba(0, 192, 255, 0.8), rgba(47, 249, 117, 0.5));
        color: #fff;
    }
    .navbar-fixed-slideS1 .items.active .icobox {
        margin-bottom: 15px;
    }
    .navbar-fixed-slideS1 .items.active .icobox .u-icon {
        background-position: center center;
    }
    .navbar-fixed-slideS1 .items.active .icobox .u-icon.u-icon-1 {
        background-image: url("../images/ico-1-hover.png?v=1");
    }
    .navbar-fixed-slideS1 .items.active .icobox .u-icon.u-icon-2 {
        background-image: url("../images/ico-1-hover.png?v=1");
    }
    .navbar-fixed-slideS1 .items.active .icobox .u-icon.u-icon-3 {
        background-image: url("../images/ico-3-hover.png?v=1");
    }
    .navbar-fixed-slideS1 .items.active .btn {
        color: #FFF;
        border-color: #FFF;
    }
    .navbar-fixed-slideS1 #bg-ico1 {
        position: absolute;
        opacity: 0;
    }
    .navbar-fixed-slideS1 #bg-ico2 {
        opacity: 0;
        position: absolute;
    }
    .navbar-fixed-slideS1 #bg-ico3 {
        display: none;
        position: absolute;
        right: -5%;
        width: 43%;
        top: 1%;
        animation: show-business 1s;
        transform: rotate(0deg);
        opacity: 1;
    }
}
@media (max-width: 767px) {
    .navbar-fixed-slideS1 {
        position: relative;
        overflow: hidden;
        height: auto;
        background: url("../images/bg1.jpg?v=1") no-repeat center bottom;
        background-size: 100% auto;
    }
    .navbar-fixed-slideS1 .container-fluid {
        width: 100%;
    }
    .navbar-fixed-slideS1 .items {
        padding: 20px;
        text-align: center;
        border-right: none;
        height: auto;
        border-bottom: 1px solid #e0e0e0;
    }
    .navbar-fixed-slideS1 .items .icobox {
        margin-bottom: 10px;
    }
    .navbar-fixed-slideS1 .items .icobox .u-icon {
        width: 70px;
        height: 70px;
        background-position: center center;
        background-size: 70px 70px;
    }
    .navbar-fixed-slideS1 .items.last {
        border: none;
    }
    .navbar-fixed-slideS1 .items .title {
        font-size: 20px;
        line-height: 1;
        height: auto;
        text-align: center;
        margin-bottom: 10px;
    }
    .navbar-fixed-slideS1 .items .text {
        font-size: 14px;
        margin-bottom: 15px;
        height: auto;
        min-height: auto;
    }
    .navbar-fixed-slideS1 .items .ul-list {
        margin-bottom: 10px;
        display: none;
    }
    .navbar-fixed-slideS1 .items .ul-list li {
        padding: 5px 0;
        border-top: 1px #FFF solid;
    }
    .navbar-fixed-slideS1 .items .ul-list li a {
        text-decoration: none;
        color: #fff;
    }
    .navbar-fixed-slideS1 .items .btn {
        background: #FFF;
    }
    .navbar-fixed-slideS1 .items.active {
        color: #fff;
    }
    .navbar-fixed-slideS1 .items.active .icobox {
        margin-bottom: 15px;
    }
    .navbar-fixed-slideS1 .items.active .icobox .u-icon {
        background-position: center center;
    }
    .navbar-fixed-slideS1 .items.active .btn {
        color: #FFF;
        border-color: #FFF;
        background: none;
    }
    .navbar-fixed-slideS1 #bg-ico1 {
        display: none;
        position: absolute;
        left: 5%;
        width: 80%;
        top: 55%;
        opacity: 1;
    }
    .navbar-fixed-slideS1 #bg-ico2 {
        display: none;
        position: absolute;
        left: 60%;
        width: 80%;
        top: 55%;
        opacity: 1;
    }
    .navbar-fixed-slideS1 #bg-ico3 {
        display: none;
        position: absolute;
        right: 5%;
        width: 80%;
        top: 55%;
        animation: show-business 1s;
        transform: rotate(0deg);
        opacity: 1;
    }
}
#left-slide,
#right-slide {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: auto;
    right: 100px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
}
#right-slide {
    top: 50%;
}
.carousel .carousel-inner .carousel-caption {
    z-index: 2;
    top: 0;
    left: 50%;
    margin-left: -700px;
    width: 1400px;
    height: 100%;
    font-size: 0;
}
.carousel .carousel-inner .carousel-caption:after {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
    width: 0;
}
.carousel .carousel-inner .carousel-caption .banner-text {
    color: #FFF;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    margin-top: -100px;
}
.carousel .carousel-inner .carousel-caption .banner-text .img {
    overflow: hidden;
    margin: 0;
    padding-top: 9px;
    text-align: inherit;
    padding-bottom: 0;
    margin-bottom: 25px;
}
.carousel .carousel-inner .carousel-caption .banner-text .txt1 {
    font-size: 80px;
    line-height: 1;
    overflow: hidden;
    margin: 0;
    text-align: inherit;
    margin-bottom: 25px;
    font-weight: bold;
    font-family: "fzlantingqianheijianti", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.carousel .carousel-inner .carousel-caption .banner-text .txt2 {
    font-size: 80px;
    line-height: 1;
    overflow: hidden;
    margin-bottom: 40px;
    font-family: "fzlantingqianheijianti", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.carousel .carousel-inner .carousel-caption .banner-text .txt3 {
    font-family: Gotham-Book;
    font-size: 30px;
    line-height: 36px;
    overflow: hidden;
    margin-bottom: 25px;
}
.carousel .carousel-inner .carousel-caption .banner-text .btnbox .btn {
    padding-top: 10px;
    padding-bottom: 10px;
}
.carousel .banner-nav {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 90px;
    width: 100%;
    background: url("../images/bg-b-6.png");
}
.carousel .banner-nav.b0 {
    bottom: 0;
}
.carousel .banner-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.carousel .banner-nav ul li {
    list-style: none;
    padding: 30px 0;
    float: left;
    width: 440px;
    text-align: center;
    font-size: 18px;
}
.carousel .banner-nav ul li.middle {
    position: relative;
    width: 520px;
    padding-right: 0;
    padding-left: 50px;
}
.carousel .banner-nav ul li.middle::after {
    content: "";
    height: 80px;
    width: 1px;
    background: url("../images/bg-w-1.png");
    position: absolute;
    right: 50px;
    top: 20px;
}
.carousel .banner-nav ul li.middle::before {
    content: "";
    height: 80px;
    width: 1px;
    background: url("../images/bg-w-1.png");
    position: absolute;
    left: 0;
    top: 20px;
}
.carousel .banner-nav ul li dl {
    margin-bottom: 0;
}
.carousel .banner-nav ul li dl dt {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 20px;
}
.carousel .banner-nav ul li dl dd {
    float: left;
    width: 340px;
    text-align: left;
    padding-top: 5px;
}
.carousel .banner-nav ul li dl dd .n {
    font-size: 18px;
    margin-bottom: 5px;
}
.carousel .banner-nav ul li dl dd .t {
    color: #999;
    font-size: 14px;
}
.carousel .banner-nav ul li .u-icon {
    width: 64px;
    height: 64px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 65px 65px;
}
.carousel .banner-nav ul li .u-icon.u-icon-1 {
    background-image: url("../images/ico-1.png");
}
.carousel .banner-nav ul li .u-icon.u-icon-2 {
    background-image: url("../images/ico-2.png");
}
.carousel .banner-nav ul li .u-icon.u-icon-3 {
    background-image: url("../images/ico-3.png");
}
.carousel .banner-nav ul li a {
    color: #FFF;
    display: block;
}
.carousel .market-iframe {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 30px;
}

@media (max-width: 1600px) {
    #left-slide,
    #right-slide {
        top: 49%;
        bottom: 0;
        right: 100px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    #right-slide {
        top: 41%;
    }
    .carousel .carousel-inner .carousel-caption {
        margin-left: -600px;
        width: 1200px;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .img {
        margin-bottom: 20px;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .img img {
        width: 60%;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .txt1 {
        font-size: 50px;
        padding-bottom: 0;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .txt2 {
        font-size: 50px;
        margin-bottom: 30px;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .txt3 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .btnbox .btn {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .carousel .banner-nav {
        bottom: 70px;
        width: 100%;
    }
    .carousel .banner-nav ul li {
        padding: 30px 0;
        width: 375px;
        font-size: 16px;
    }
    .carousel .banner-nav ul li.middle {
        width: 450px;
        padding-left: 40px;
    }
    .carousel .banner-nav ul li.middle::after {
        height: 65px;
        right: 40px;
        top: 20px;
    }
    .carousel .banner-nav ul li.middle::before {
        height: 65px;
        top: 20px;
    }
    .carousel .banner-nav ul li dl dt {
        width: 64px;
        height: 64px;
        margin-right: 20px;
    }
    .carousel .banner-nav ul li dl dd {
        width: 285px;
        padding-top: 5px;
    }
    .carousel .banner-nav ul li dl dd .n {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .carousel .banner-nav ul li dl dd .t {
        font-size: 12px;
    }
    .carousel .banner-nav ul li .u-icon {
        width: 64px;
        height: 64px;
        background-size: 65px 65px;
    }
    .carousel .market-iframe {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 30px;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    #left-slide,
    #right-slide {
        position: absolute;
        top: 46%;
        right: 15px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    #right-slide {
        top: 35%;
    }
    .carousel .carousel-inner .carousel-caption {
        z-index: 2;
        top: 0;
        left: 0;
        margin-left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
    }
    .carousel .carousel-inner .carousel-caption .banner-text {
        width: 100%;
        padding-left: 30px;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .img {
        margin: 0;
        padding-top: 9px;
        padding-bottom: 0;
        margin-bottom: 25px;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .txt1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .txt2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .txt3 {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 25px;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .btnbox .btn {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .carousel .banner-nav {
        position: absolute;
        z-index: 3;
        left: 0;
        bottom: 30px;
        width: 100%;
    }
    .carousel .banner-nav ul li {
        padding: 10px 0;
        float: left;
        width: 33.33333%;
        font-size: 14px;
    }
    .carousel .banner-nav ul li.middle {
        position: relative;
        width: 33.33333%;
        padding-right: 0;
        padding-left: 0;
        padding: 10px 10px;
    }
    .carousel .banner-nav ul li.middle::after {
        display: none;
    }
    .carousel .banner-nav ul li.middle::before {
        display: none;
    }
    .carousel .banner-nav ul li dl {
        margin-bottom: 0;
        text-align: center;
        display: -webkit-box;
        display: box;
    }
    .carousel .banner-nav ul li dl dt {
        width: 64px;
        height: 64px;
        float: none;
        padding-top: 7px;
        margin-right: 0;
    }
    .carousel .banner-nav ul li dl dd {
        -webkit-box-flex: 1;
        box-flex: 1;
        float: none;
        width: 100%;
        padding-top: 5px;
    }
    .carousel .banner-nav ul li dl dd .n {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .carousel .banner-nav ul li dl dd .t {
        font-size: 12px;
    }
    .carousel .banner-nav ul li .u-icon {
        width: 50px;
        height: 50px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50px 50px;
    }
    .carousel .banner-nav ul li .u-icon.u-icon-1 {
        background-image: url("../images/ico-1.png");
    }
    .carousel .banner-nav ul li .u-icon.u-icon-2 {
        background-image: url("../images/ico-2.png");
    }
    .carousel .banner-nav ul li .u-icon.u-icon-3 {
        background-image: url("../images/ico-3.png");
    }
    .carousel .banner-nav ul li a {
        color: #FFF;
        display: block;
    }
    .carousel .market-iframe {
        position: absolute;
        bottom: 0;
        margin-left: 0;
        left: 0;
        width: 100%;
        height: 30px;
    }
}
@media (max-width: 767px) {
    #left-slide,
    #right-slide {
        position: absolute;
        top: 45%;
        right: 15px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    #right-slide {
        top: 25%;
    }
    .carousel .carousel-inner .carousel-caption {
        z-index: 2;
        top: 0;
        left: 0;
        margin-left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
    }
    .carousel .carousel-inner .carousel-caption .banner-text {
        width: 100%;
        padding-left: 20px;
        margin-top: -20px;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .img {
        margin: 0;
        padding-top: 9px;
        padding-bottom: 0;
        margin-bottom: 25px;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .txt1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .txt2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .txt3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .txt3 p {
        margin-bottom: 5px;
    }
    .carousel .carousel-inner .carousel-caption .banner-text .btnbox .btn {
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .carousel .banner-nav {
        display: none;
    }
    .carousel .market-iframe {
        position: absolute;
        bottom: 0;
        margin-left: 0;
        left: 0;
        width: 100%;
        height: 30px;
    }
}

.index-news{
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/bg2.jpg?v=1");
    padding-top: 80px;
    padding-bottom: 80px;
}
.index-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.index-tit .left {
    vertical-align: middle;
}
.index-tit .left .title-cn{
    color: #333333;
    font-size: 40px;
    line-height: 1em;
}
.index-tit .right {
    vertical-align: middle;
}
.index-tit .right .more{
    color: #333333;
    font-size: 16px;
    transition: all .5s;
}
.index-tit .right .more:hover{
    color: #c73049;
}

.news_box{ position: relative;}
.news_box .swiper-container {width: 100%;height: 100%;overflow: hidden;}
.news_box .swiper-slide {text-align: left;transition:0.3s;position: relative;background: #fff;flex-direction: column;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.news_box .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 75%; position: relative; overflow: hidden;}
.news_box .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
.news_box .swiper-slide .font{ background: #fff; width: 100%; padding: 8% 5% 10%;}
.news_box .swiper-slide .font .news_time{ color: #999999; font-size: 16px;}
.news_box .swiper-slide .font .content{ padding-top: 3%; width: 80%;}
.news_box .swiper-slide .font .content .news_title{ color: #333333; font-size: 18px; width: 100%; display: -webkit-box; -webkit-box-orient: vertical;-webkit-line-clamp: 2; overflow: hidden; min-height: 70px; font-weight: bold;}
.news_box .swiper-slide .font .content .news_content{ color: #a7a7a7; margin-top: 3%; font-size: 16px;}
.news_box .swiper-slide .font i{ float: right; width: 40px; height: 40px; text-align: center; line-height: 35px; border: 1px solid #c8c8c8; border-radius: 100%; transition: 0.3s;}
.news_box .swiper-slide .font i svg{ width: 20px;vertical-align: middle;}
.news_box .swiper-slide .font i svg path{ fill: #666; transition: 0.3s;}
.news_box .swiper-slide:hover .font i{ border: 1px solid #0068b7; background: #0068b7;}
.news_box .swiper-slide:hover .font i svg path{ fill: #fff;}
.news_box .swiper-slide:hover .font i{transform:rotate(-45deg);}
@media screen and (max-width: 1680px){
    .index-tit .left .title-cn{font-size: 36px;}
}
@media screen and (max-width:1440px){
    .index-tit .left .title-cn{font-size: 32px;}
    .news_box .swiper-slide .news_time{ font-size: 16px;}
    .news_box .swiper-slide .font .content .news_title{ font-size: 16px;}
}
@media (max-width: 1280px){
    .index-tit .left .title-cn{font-size: 28px;}
}
@media screen and (max-width:1024px){
    .index-tit .left .title-cn{font-size: 26px;}
    .news_box .swiper-slide .font .content .news_title{ line-height: 25px;min-height: 50px; font-size: 16px;}
    .news_box .swiper-slide .font .content .news_content{ font-size: 14px;}
}
@media screen and (max-width:991px){
    .index-news{padding-top:50px;padding-bottom:50px;}
    .index-tit .left .title-cn{font-size: 24px;}
    .news_box .swiper-slide .font{padding:6% 5% 8%;}
    .news_box .swiper-slide .news_time{ font-size: 14px !important;}
    .news_box .swiper-slide .font .content .news_title{min-height: 25px;}
}
@media (max-width:767px){
    .index-news{
        padding:30px 0;
    }
    .index-tit .left .title-cn{
        font-size: 22px;
    }
    .index-tit .left .title-en{
        font-size: 16px;
    }
    .index-tit{
        margin-bottom: 30px
    }
    .news_box .swiper-slide .font .content .news_title{
        font-size: 14px;
        line-height: 20px;
        min-height: 40px;
    }
}
@media screen and (max-width: 575px){
    .index-tit{
        margin-bottom: 25px
    }
    .index-tit .left .title-cn{
        font-size: 20px;
    }
}
@font-face {
  font-family: "iconfont"; /* Project id 3662427 */
  src: url('//at.alicdn.com/t/c/font_3662427_stwpnnys5el.woff2?t=1664258104682') format('woff2'),
       url('//at.alicdn.com/t/c/font_3662427_stwpnnys5el.woff?t=1664258104682') format('woff'),
       url('//at.alicdn.com/t/c/font_3662427_stwpnnys5el.ttf?t=1664258104682') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dianhuatianchong:before {
  content: "\e678";
}
.icon-youxiang:before {
  content: "\e605";
}
.icon-weizhi:before {
  content: "\e76f";
}
